func time.tzsetOffset
4 uses
time (current package)
zoneinfo.go#L259: stdOffset, s, ok = tzsetOffset(s)
zoneinfo.go#L280: dstOffset, s, ok = tzsetOffset(s)
zoneinfo.go#L377: func tzsetOffset(s string) (offset int, rest string, ok bool) {
zoneinfo.go#L500: offset, s, ok := tzsetOffset(s[1:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)